home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Apps / EOModeler.app / English.lproj / Localizable.strings < prev    next >
Encoding:
Text File  |  1995-01-31  |  5.7 KB  |  106 lines

  1. "Unable to load AttributeInspector.nib"    = "Unable to load AttributeInspector.nib.";
  2. "Unable to modify the attribute."    = "Unable to modify the attribute.";
  3. "Do you want to save changes to %s?"    = "Do you want to save changes to %s?";
  4. "Unable to load adaptor %@.dbadaptor!"        = "Unable to load adaptor %@.dbadaptor!";
  5. "Unable to connect to database."    = "Unable to connect to database.";
  6. "Unable to load Info.nib"        = "Unable to load Info.nib.";
  7. "Unable to load Preferences.nib"    = "Unable to load Preferences.nib";
  8. "Unable to load Consistency.nib"    = "Unable to load Consistency.nib";
  9. "Unable to load EmptyInspector.nib"    = "Unable to load EmptyInspector.nib.";
  10. "Unable to load EntityInspector.nib"    = "Unable to load EntityInspector.nib.";
  11. "Unable to load FlattenedRelationshipInspector.nib"     = "Unable to load FlattenedRelationshipInspector.nib.";
  12. "Unable to load ViewModel.nib"        = "Unable to load ViewModel.nib.";
  13. "Unable to load ModelEditor.nib"    = "Unable to load ModelEditor.nib.";
  14. "Unable to load ModelBrowser.nib"    = "Unable to load ModelBrowser.nib.";
  15. "Unable to load MultipleInspector.nib"    = "Unable to load MultipleInspector.nib.";
  16. "Unable to load RelationshipInspector.nib"    = "Unable to load RelationshipInspector.nib.";
  17. "Unable to tranfer entities with relationships"    = "Can't tranfer entities with relationships.";
  18. "A selected property is already used in a component of this relationship."     =       "A selected attribute is used in another join component of this relationship.";
  19. "Unable to load TablePanel.nib"        = "Unable to load TablePanel.nib.";
  20. "Inner"                    = "Inner";
  21. "Full Outer"                = "Full Outer";
  22. "Left Outer"                = "Left Outer";
  23. "Right Outer"                = "Right Outer";
  24. "Inspector"                = "Inspector";
  25. "Attribute Inspector"            = "Attribute Inspector";
  26. "Relationship Inspector"        = "Relationship Inspector";
  27. "Flattened Relationship Inspector"    = "Flattened Relationship Inspector";
  28. "Entity Inspector"            = "Entity Inspector";
  29. "Multiple Selection"            = "Multiple Selection";
  30. "Table Panel"                = "Table Panel";
  31. "Model Browser"                = "Model Browser";
  32. "%s : LOADING ADAPTOR"            = "%s : LOADING ADAPTOR";
  33. "%s : CONNECTING"            = "%s : CONNECTING";
  34. "Version 1.0 (v%s)"            = "Version 1.0 (v%s)";
  35. "Save"                    = "Save";
  36. "Don't Save"                = "Don't Save";
  37. "Cancel"                = "Cancel";
  38. "Revert Anyway"                = "Revert Anyway";
  39. "Can't change name!"            = "Can't change name.";
  40. "Unable to load adaptor."        = "Unable to load adaptor.";
  41. "Unable to write model."        = "Unable to write model.";
  42. "Unable to load adaptor!"        = "Unable to load adaptor.";
  43. "Invalid qualifier description"        = "Invalid qualifier description.";
  44. "Can't open model!"            = "Can't open model.";
  45. "That relationship is referenced to elsewhere in the model."    =       "The selected relationship is referred to elsewhere in the model.";
  46. "If you revert, you'll lose all the changes you made to %s after it was last saved."    =    "If you revert, you'll lose all the changes you made to %s after it was last saved.";
  47. "That attribute is referenced to elsewhere in the model."    =    "The selected attribute is referred to elsewhere in the model.";
  48. "Client Time Zone"    =    "Client Time Zone";
  49. "Server Time Zone"    =    "Server Time Zone";
  50. "%s is not a valid relationship name."    = "%s is not a valid relationship name.";
  51. "%s is not a valid attribute name."    = "%s is not a valid attribute name.";
  52. "%s is not a valid entity name."    = "%s is not a valid entity name.";
  53. "TEMPLATE_NEED_CLASS" = "You must specify a class name for entity %@ before creating a template.  Use the entity inspector to set the class.";
  54. "The file %s in %s exists. Replace it?" = "The file %s in %s exists. Replace it?";
  55. "Unable to write file %s." = "Unable to write file %s.";
  56. "Unable to add class to project." = "Unable to add class to project.";
  57. "Insert files %s.[hm] in project?" = "Insert files %s.[hm] in project?";
  58. "Unable to parse that definition." = "Unable to parse that definition.";
  59.  
  60. /* The following strings are used for the consistency check panel. */
  61. "CONSISTENCY_CHECK"    = "Consistency check for model %@.";
  62. "E_BAD_REMOVE"        = "Entity %@ can't be removed because it is referenced by the following properties:";
  63. "R_BAD_REMOVE"        = "Relationship %@ can't be removed because it is referenced by the following properties:";
  64. "A_BAD_REMOVE"        = "Attribute %@ can't be removed because it is referenced by the following properties:";
  65. "R_BAD_CARDINALITY"    = "The cardinality of relationship %@ can't be changed because the following flattened attributes depend on it:";
  66.  
  67. /*
  68.     The following string is used in the sentence:
  69. Entity  anEntity  doesn't have a primary key set.
  70.  
  71. */
  72.  
  73. "E_NO_PRIMARY_KEY"    = "  doesn't have a primary key set.";
  74.  
  75. /*
  76.     The following string is used in the sentence:
  77. Relationship  aRel  in entity  anEntity  doesn't contain any join components.
  78.  
  79. */
  80.  
  81. "R_NO_JOINS"        = "  doesn't contain any join components.";
  82.  
  83. /*
  84.     The following string is used in the sentence:
  85. Relationship  aRel  in entity  anEntity  is to-one and does not join on the primary key of its destination entity.
  86.  
  87. */
  88.  
  89. "R_BAD_TO_ONE"        = "  is to-one but does not join on the primary key of its destination entity.";
  90.  
  91. /*  The following pieces are used to construct the above sentences. */
  92. "  in entity  " = "  in entity  ";
  93. "Attribute  " = "Attribute  ";
  94. "Relationship  " = "Relationship  ";
  95. "Entity  " = "Entity  ";
  96.  
  97. "MODEL_CONSISTENT" = "All entities have primary keys...\nAll relationships have join components...\n\nYour model is consistent!";
  98.  
  99. "Warning" = "Warning";
  100. "More than one entity specifies the class name \"%s\".  The class must implement the entity method or be a subclass of EOGenericRecord.";
  101.  
  102. "Fetched %d rows.  More rows left to fetch.  Fetch next %d rows?"    =    "Fetched %d rows.  More rows left to fetch.  Fetch next %d rows?";
  103. "Continue"        =    "Continue";
  104. "%d records fetched"    =    "%d records fetched";
  105. "Fetch All"        =    "Fetch All";
  106.